home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / individualcomputers / mdisk348 / changes next >
Text File  |  2000-03-05  |  2KB  |  58 lines

  1. Changes from V3.46 to V3.48:
  2.  
  3. - Catweasel MK2 (clockport-version) is now recognized
  4.   on all 4 clock-ports of the Z4 board and on the two clock-
  5.   ports of the X-Surf Ethernet board.
  6.  
  7.  
  8. Changes from multidisk.device V3.42 to V3.46:
  9.  
  10. - Format error in Amiga DD and Amiga HD disks removed
  11. - Crash with Buddha Flash removed
  12. - tool for creating and writing disk images included
  13.  
  14. usage:   diskimage <FILENAME> [switches...]
  15.  switches are:
  16.    -device <devicename>    device to read from (with .device)
  17.                            use "multidisk.device" for Catweasel
  18.                            device names are case-sensitive!
  19.    -unit <unitnumber>      unit number to read from
  20.    -flags <openflags>      device openflags
  21.                            see Catweasel manual for flags
  22.                            or start tool with "-formats" switch
  23.    -read                   read from device to file
  24.    -write                  write from file to device
  25.    -noverify               do not verify after writing
  26.    -ignore                 ignore IOerrors when reading
  27.    -?                      get this help
  28.    -formats                list diskformats of multidisk.device
  29.  either -read or -write must be specified.
  30.  defaults are multidisk.device, unit 0, flags 0, verify on.
  31.  
  32. Flags for multidisk.device:
  33.  
  34. for 3.5" drives:
  35.    0  AMIGA double-density
  36.    1  AMIGA high-density
  37.    2  MS-DOS double-density
  38.    3  MS-DOS high-density
  39.    4  ATARI 10 sector
  40.    5  ATARI 11 sector
  41.    6  COMMODORE 64 - 1581 floppy
  42.    7  EXTRA HD  (2380kb)
  43.    8  MS-DOS 20 sector (1600kB)
  44.    9  MAC DD
  45.   10  MAC DD single-sided
  46.  
  47. for 5.25" drives (PC-standard rotation speed 360 RPM):
  48.   16  COMMODORE 64 - 1541 floppy
  49.   17  MS-DOS 360kB
  50.   18  MS-DOS 1200kB
  51.   19  AMIGA trackdisk 5.25" (made 300RPM with paula)
  52.   20  MS-DOS 720 kB
  53.   21  MS-DOS 180 kB
  54.   22  Apple II E  140kB
  55.   23  Atari XL800
  56.   24  Atari XL800-Enhanced density
  57.   25  C64 1571 disk
  58.